Remove an unused filed in GdkWindowImplWayland
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Apr 2013 02:46:31 +0000 (22:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 Apr 2013 02:46:31 +0000 (22:46 -0400)
The unused toplevel_window_type field was copied over from
the X backend.

gdk/wayland/gdkwindow-wayland.c

index fbf873d17eb66412f4e7923d352e566a8745816d..4b651d792da5465c60a54c8b2da0b1dff241f823 100644 (file)
@@ -95,8 +95,6 @@ struct _GdkWindowImplWayland
 
   GdkCursor *cursor;
 
-  gint8 toplevel_window_type;
-
   struct wl_surface *surface;
   struct wl_shell_surface *shell_surface;
   unsigned int mapped : 1;
@@ -154,7 +152,6 @@ G_DEFINE_TYPE (GdkWindowImplWayland, _gdk_window_impl_wayland, GDK_TYPE_WINDOW_I
 static void
 _gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
 {
-  impl->toplevel_window_type = -1;
 }
 
 void